home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EBFACTS.DIR / 00774_Script_774 < prev    next >
Text File  |  1995-09-06  |  287b  |  14 lines

  1. on mouseUp
  2.   global gHotSpotStatus, gOpenHouse2
  3.   if gHotSpotStatus = 0 then
  4.     if gOpenHouse2 = 1 then
  5.       ShowHotInfoBox "PE102400.pic", "YourHome"
  6.     else
  7.       set the visible of sprite 3 to false
  8.       updatestage
  9.       set gOpenHouse2 = 1
  10.     end if
  11.   end if
  12. end
  13.  
  14.